projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343204b
)
Don't toggle on window-setup-hook.
author
Simon Marshall
<simon@gnu.org>
Wed, 28 Feb 1996 12:17:10 +0000
(12:17 +0000)
committer
Simon Marshall
<simon@gnu.org>
Wed, 28 Feb 1996 12:17:10 +0000
(12:17 +0000)
lisp/paren.el
patch
|
blob
|
history
diff --git
a/lisp/paren.el
b/lisp/paren.el
index cad0116fa7197bb06a75eb25f2acc5832ec80c20..810fa691980cb2bf14e7f59250d07d43086bbde2 100644
(file)
--- a/
lisp/paren.el
+++ b/
lisp/paren.el
@@
-160,7
+160,7
@@
after `show-paren-delay' seconds of Emacs idle time."
(delete-overlay show-paren-overlay-1)))))))
;;; For back compatibility we turn ourselves on if we're dumped or loaded.
-(add-hook 'window-setup-hook '
show-paren-mode
)
+(add-hook 'window-setup-hook '
(lambda () (show-paren-mode t))
)
(show-paren-mode t)
(provide 'paren)